home *** CD-ROM | disk | FTP | other *** search
/ Super League / Super League.iso / TELFNICA / INFO / GRUPO.DIR / 00004.ls < prev    next >
Encoding:
Text File  |  1997-04-23  |  699 b   |  38 lines

  1. on boton
  2.   repeat with h = 17 down to 10
  3.     if rollOver(h) = 1 then
  4.       set the castNum of sprite h to h
  5.     end if
  6.     if rollOver(h) = 0 then
  7.       puppetSprite(h, 0)
  8.     end if
  9.   end repeat
  10. end
  11.  
  12. on cambiar
  13.   if the clickOn = 10 then
  14.     go(1, "undia.dir")
  15.   end if
  16.   if the clickOn = 11 then
  17.     go(1, "empresas.dir")
  18.   end if
  19.   if the clickOn = 12 then
  20.     go(1, "catemp.dir")
  21.   end if
  22.   if the clickOn = 13 then
  23.     go(1, "menu.dir")
  24.   end if
  25.   if the clickOn = 14 then
  26.     go(1, "historia.dir")
  27.   end if
  28.   if the clickOn = 15 then
  29.     go(1, "vision.dir")
  30.   end if
  31.   if the clickOn = 16 then
  32.     go(1, "sociedad.dir")
  33.   end if
  34.   if the clickOn = 17 then
  35.     go(1, "indice.dir")
  36.   end if
  37. end
  38.